dtv_property

struct dtv_property - store one of frontend command and its value

@cmd: Digital TV command. @reserved: Not used. @u: Union with the values for the command. @u.data: A unsigned 32 bits integer with command value. @u.buffer: Struct to store bigger properties. Currently unused. @u.buffer.data: an unsigned 32-bits array. @u.buffer.len: number of elements of the buffer. @u.buffer.reserved1: Reserved. @u.buffer.reserved2: Reserved. @u.st: a &struct dtv_fe_stats array of statistics. @result: Currently unused.

Members

Unions

_Anonymous_0
union _Anonymous_0
Undocumented in source.

Variables

cmd
uint cmd;
Undocumented in source.
reserved
uint[3] reserved;
Undocumented in source.
result
int result;
Undocumented in source.
u
_Anonymous_0 u;
Undocumented in source.

Meta